home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 1
/
Merciful - Disc 1.iso
/
software
/
d
/
devpak
/
devpakv3.01kickstartv1.3b.dms
/
devpakv3.01kickstartv1.3b.adf
/
arp
/
prodocs
/
FreeDAList
< prev
next >
Wrap
Text File
|
1991-11-20
|
777b
|
67 lines
FreeDAList(31.0) ARP Programmers Manual FreeDAList(31.0)
NAME
FreeDAList - Free a DosAllocmem (DA) list
SYNOPSIS
FreeDAList ( daNode )
A1
FUNCTION
Frees all DAList nodes from a DA list. This function may be
used to free any DA style list, the only requirements are
that each node in the list must be allocated by calls to
DosAllocMem(), and that each node contains a pointer to the
next node in the list as its first entry.
INPUTS
daNode - Pointer to the first node to free.
RESULT
All nodes from daNode to the end of the list will be freed.
No value is returned to the caller.
BUGS
None known.
AUTHOR
CDH
Page 1 (printed 2/22/88)